03. Spring Data MongoDB
ND#305 C03 L04 A01 Intro
ND#305 C03 L04 A04 Spring Data Mongo
Repository Method Details
Additional Resources
Spring Data MongoDB
Getting Started with Spring Data MongoDB
Exercise
Task Description:
Environment Setup
MongoDB server is started.
Use mongo shell to connect to your local MongoDB server.
Select the database jdnd-c3
.
Checkout the starter code from <
Import the starter code into the IDE like IntelliJ IDEA CE (Optional).
Modify the Application.java
class to complete the exercise.
Task Feedback:
Nicely done. You scratched the surface of Spring Data MongoDB. Read the linked documentation to expand your knowledge.